28. Quiz: Review of Pipeline Components

Pipeline Components

QUIZ QUESTION::

Match the following definitions to the the component they describe.

ANSWER CHOICES:



Definition

Component

A collection of nodes and edges that describe the order of operations for a data pipeline

An instantiated step in a pipeline fully parameterized for execution

A reusable connection to an external database or system

An abstract building block that can be configured to perform some work

SOLUTION:

Definition

Component

A reusable connection to an external database or system

An instantiated step in a pipeline fully parameterized for execution

A collection of nodes and edges that describe the order of operations for a data pipeline

An abstract building block that can be configured to perform some work

Dependencies

Which of the following constructs a DAG that runs task “B”, then “C”, then “A”?

SOLUTION: B >> C >> A